ServiceCreateAttachment Method (IListAttachment, String) |
Creates attachments and attaches them to the specified item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<CreateAttachmentResponse> CreateAttachment(
IList<Attachment> attachments,
string itemId
)
Public Function CreateAttachment (
attachments As IList(Of Attachment),
itemId As String
) As IList(Of CreateAttachmentResponse)
Parameters
- attachments
- Type: System.Collections.GenericIListAttachment
The attachments to create. - itemId
- Type: SystemString
The parent item to attach attachments to.
Return Value
Type:
IListCreateAttachmentResponseA collection of the identifiers of the parent item.
See Also